home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19960715-19961006 / 000362_news@columbia.edu _Thu Sep 19 17:38:54 1996.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Return-Path: news@columbia.edu
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30]) by watsun.cc.columbia.edu (8.7.5/8.7.3) with ESMTP id RAA12398 for <kermit.misc@watsun.cc.columbia.edu>; Thu, 19 Sep 1996 17:38:54 -0400 (EDT)
  3. Received: (from news@localhost) by newsmaster.cc.columbia.edu (8.7.5/8.7.3) id RAA27488 for kermit.misc@watsun; Thu, 19 Sep 1996 17:38:53 -0400 (EDT)
  4. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  5. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  6. Newsgroups: comp.protocols.kermit.misc
  7. Subject: Re: Ascertaining Mode from a Script
  8. Date: 19 Sep 1996 21:38:33 GMT
  9. Organization: Columbia University
  10. Lines: 14
  11. Message-ID: <51segp$3p1@apakabar.cc.columbia.edu>
  12. References: <51sdld$bt7@news.pacifier.com>
  13. NNTP-Posting-Host: watsun.cc.columbia.edu
  14.  
  15. In article <51sdld$bt7@news.pacifier.com>,
  16. Mike Freeman <mikef@pacifier.com> wrote:
  17. : As part of a C-Kermit script, is there a way to determine if one is in
  18. : "local" or "remote" mode?  That is, is there a way (without knowing exact
  19. : terminal designations) to know whether a "set line" to an external line
  20. : has been done or a "set line" with no arguments has been done?
  21. Both MS-DOS Kermit and C-Kermit have a variable:
  22.  
  23.   \v(connection)
  24.  
  25. whose values are "remote" or "local".
  26.  
  27. - Frank